ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IOrderedSet<T> Interface / Item Property

In This Topic
    Item Property (IOrderedSet<T>)
    In This Topic
    Gets the item at the specified index.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As T
    T this[ 
       System.int index
    ]; {get;}

    Parameters

    index

    Property Value

    The element at the specified index.
    See Also